home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Present…nuary (Partner) - Disc 2
/
The Apple Reference and Presentations Library (Disc 2)(January 1994).iso
/
Synergy Software
/
US English
/
KaleidaGraph™-68K
/
Examples folder
/
Macro Source
/
Invert Mask
< prev
next >
Wrap
Text File
|
1993-04-14
|
706b
|
91 lines
alpha "Invert Mask:"
;
XEQ 10
;
XEQ 80
;
STOP
;
LBL 10
const 0.000000000e+00
STO 10
size
const 1.000000000e+00
-
RCL 10
+
STO 11
;
LBL 90
RCLi 11
test 1
GTO 91
;
LBL 92
RCLi 10
test 1
GTO 93
;
RTN
;
LBL 91
const 1.000000000e+00
SUB 11
GTO 90
;
LBL 93
const 1.000000000e+00
ADD 10
GTO 92
;
LBL 80
;
RCL 11
RCL 10
-
const 1.000100017e+00
+
int
STO 01
;
RCL 10
int
STO 19
;
RCL 10
STO 20
;
const 0.000000000e+00
RCL 01
x <= y
GTO 81
;
LBL 98
;
RCLi 20
test 2
GTO 96
;
Mi 19
GTO 95
;
LBL 96
UMi 19
;
LBL 95
const 1.000000000e+00
ADD 19
ADD 20
;
const 0.000000000e+00
DSE 01
GTO 98
;
RTN
;
LBL 81
RTN
;
alpha "Version 1.0 - 5/10/89"
alpha "by Lonnie R. Abelbeck"